-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polycommitlog #364
base: dev
Are you sure you want to change the base?
Polycommitlog #364
Conversation
|
||
def test_merkle_tree(): | ||
import pickle | ||
leaves = [b"Cravings", b"is", b"best", b"restaurant"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cheap but questionable food
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MArked approved based on sanket's earlier review
I think someone was still working on this branch? @tyurek Or can we merge this |
Licheng has now added the batch version. Since that's necessary to observe the log behavior, let's see if he can update the PR. |
Log-sized polycommits and all the changes that had to be made to make them possible